home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mbdoor10.zip / README < prev   
Text File  |  1990-12-31  |  1KB  |  48 lines

  1. REM  The 1st parameter must be the system file.
  2. REM
  3. REM  The 2nd parameter is optional.  It is used to point to the
  4. REM  callers results file.  This is the only file in this program
  5. REM  that is ever gets changed/updated/written to.
  6. REM
  7. REM  You should set this parameter to a drive path that is
  8. REM  located on the server if you are running a network and for
  9. REM  some reason you have the MB-DOOR program installed on the
  10. REM  local hard drive instead of off the server.
  11. REM
  12. REM  Below is an example of how the MB-DOOR program is called up.
  13. REM
  14. REM      MB-DOOR C:\PCB\PCBOARD.SYS H:\DOOR\MB-CALL.DAT
  15. REM
  16. REM  MB-DOOR will work using either PCBOARD.SYS, DOOR.SYS or
  17. REM  CALLINFO.BBS.
  18. REM
  19. REM  Modify this file to bring up the program for whichever BBS
  20. REM  you are running, and remove the REM statements.
  21.  
  22. REM --------  FOR PCBOARD.SYS & PCBOARD SYSTEMS -----------------
  23.  
  24. c:
  25. cd \pcb\doors\MB-DOOR
  26. MB-DOOR c:\pcb\pcboard.sys
  27. c:
  28. cd \pcb
  29. board
  30.  
  31. REM --------  OR FOR DOOR.SYS & GAP SYSTEMS ---------------------
  32.  
  33. c:
  34. cd \pcb\doors\MB-DOOR
  35. MB-DOOR c:\pcb\door.sys
  36. c:
  37. cd \pcb
  38. board
  39.  
  40. REM --------  OR  FOR WILDCAT Systems ---------------------------
  41.  
  42. c:
  43. cd \wc\doors\MB-DOOR
  44. MB-DOOR c:\wc\callinfo.bbs
  45. c:
  46. cd \wc
  47. wildcat!
  48.